home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / misc / Qgrabber.lha / QGrabber / grabber next >
Text File  |  1999-01-11  |  1KB  |  47 lines

  1. scr_conspeed 1000000
  2. con_notifytime 0
  3. alias z0 "fov 130;wait;bind f11 z1"
  4. alias z1 "fov 110;wait;bind f11 z2"
  5. alias z2 "fov 90;wait;bind f11 z3"
  6. alias z3 "fov 70;wait;bind f11 z4"
  7. alias z4 "fov 50;wait;bind f11 z5"
  8. alias z5 "fov 45;wait;bind f11 z0"
  9. bind f1 "wait;screenshot"
  10. bind f2 "host_framerate 0.000000001"
  11. unbind f11
  12. bind f11 z0
  13. bind f5 "host_framerate 0.002"
  14. bind f6 "host_framerate 0.005"
  15. bind f7 "host_framerate 0.02"
  16. bind f8 "host_framerate 0"
  17. bind f9 "host_framerate 0.5"
  18. bind f10 "host_framerate 1.0"
  19.  
  20. //* These numbers (host_framerate x.xxx) are calibrated for timedemo demo2 = 20fps
  21.  
  22. //* to adapt this script to a higher framerate divide the
  23.  
  24. //* numbers by the factor you get by dividing your own
  25.  
  26. //* framerate by 20
  27.  
  28. unbind f3
  29. unbind f4
  30. echo "-----------------------------------"
  31. echo "Screen-grabber with slowmo and zoom"
  32. echo " -----  By Christian Michael  -----"
  33. echo "hit f1  to save screen"
  34. echo "hit f2  to pause"
  35. echo "hit Help/f11  to zoom in/out (loop)"
  36. echo "hit f5  for superslow"
  37. echo "hit f6  for very slow"
  38. echo "hit f7  for slow"
  39. echo "hit f8  for normal"
  40. echo "hit f9  for fast"
  41. echo "hit f10 for very fast"
  42. echo ""
  43. echo "use a text editor to alter the speed values"
  44. echo "it was designed for demo2 of 20fps"
  45.  
  46.  
  47.